From: Kenichi Handa Date: Wed, 14 May 2008 01:09:44 +0000 (+0000) Subject: (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21708 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=42da60f7c04656322c6211f90a248207b7aef5e9;p=emacs.git (WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O). --- diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 28fddaaeb5d..9593155763b 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -135,8 +135,8 @@ WIN32OBJ = $(BLD)/w32term.$(O) \ $(BLD)/xfaces.$(O) \ $(BLD)/w32select.$(O) \ $(BLD)/w32menu.$(O) \ - $(BLD)/w32reg.$(O) \ - $(BLD)/w32bdf.$(O) + $(BLD)/w32reg.$(O) +# $(BLD)/w32bdf.$(O) FONTOBJ = $(BLD)/w32font.$(O) $(BLD)/w32uniscribe.$(O)